Skip to main content

All Questions

6votes
1answer
252views

Asynchronously returning a hierarchal data using .NET TPL... what should my return object "look" like?

I want to use the .NET TPL to asynchronously do a DIR /S and search each subdirectory on a hard drive, and want to search for a word in each file... what should my API look like? In this scenario I ...
makerofthings7's user avatar

close